projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
61f3a4b
)
* src/charset.c (Fencode_char): Tweak comment.
author
Paul Eggert
<eggert@cs.ucla.edu>
Mon, 10 Sep 2018 15:49:04 +0000
(08:49 -0700)
committer
Paul Eggert
<eggert@cs.ucla.edu>
Mon, 10 Sep 2018 15:49:27 +0000
(08:49 -0700)
src/charset.c
patch
|
blob
|
history
diff --git
a/src/charset.c
b/src/charset.c
index 6e2bf17cdf639e78218f2216d5b48957443bf580..c1a237835c7262769018e9ae0e0926d229dda517 100644
(file)
--- a/
src/charset.c
+++ b/
src/charset.c
@@
-1892,7
+1892,7
@@
Return nil if CHARSET doesn't support CH. */)
can fit in 22bit. Yet we encode GB-10830's chars in a sparse way
(we just take the 4byte sequences as a 32bit int), so some
GB-10830 chars (such as 0x81308130 in etc/charsets/gb108304.map) end
- up represented as bignums
here
. */
+ up represented as bignums
if EMACS_INT is 32 bits
. */
return INT_TO_INTEGER (code);
}